C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / SortRowIndex Property

In This Topic
SortRowIndex Property (TransposedGrid<T>)
In This Topic
Gets or sets the index of row in the column header panel that shows and changes the current sort.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Overridable Property SortRowIndex As Nullable(Of Integer)
 
See Also